hasBlendMode

abstract fun hasBlendMode(block: DesignBlock): Boolean

Deprecated

Use supportsBlendMode instead.

Replace with

this.supportsBlendMode(block)

Query if the given block has a blend mode.

Return

true if the block has a blend mode, false otherwise.

Parameters

block

the block to query.